home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python152_Src.lha
/
Python152_Source
/
Parser
/
protos
/
myreadline.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-04-25
|
198 b
|
10 lines
/* Prototypes for use with the Amiga SAS/C Compiler. */
#ifdef __SASC
/* myreadline.c */
static int my_fgets ( char *buf , int len , FILE *fp );
char *PyOS_StdioReadline ( char *prompt );
#endif